Adwaita: remove unused selector
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 30 Dec 2015 19:06:46 +0000 (11:06 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 3 Jan 2016 08:42:51 +0000 (00:42 -0800)
There's no header-bar-separator style class.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 99b6d69648e28e3d90e1ccb613ece1deecb15563..bebead4fba4899e92fc823c9f69ec789d184b26d 100644 (file)
@@ -1129,7 +1129,6 @@ headerbar {
     @extend .dim-label;
   }
 
-  .header-bar-separator,
   & > GtkBox > separator.vertical {
     border-width: 0 1px;
     border-image: linear-gradient(to bottom,
index 19723ac5b0b21b63d2d517984395fec299eb1772..665af68bc7346c16b93d23af1323fba46f06987a 100644 (file)
@@ -1629,13 +1629,11 @@ headerbar {
     font-size: smaller;
     padding-left: 12px;
     padding-right: 12px; }
-  .titlebar:not(headerbar) .header-bar-separator, .titlebar:not(headerbar) > GtkBox > separator.vertical,
-  headerbar .header-bar-separator,
+  .titlebar:not(headerbar) > GtkBox > separator.vertical,
   headerbar > GtkBox > separator.vertical {
     border-width: 0 1px;
     border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar:not(headerbar) .header-bar-separator:backdrop, .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
-    headerbar .header-bar-separator:backdrop,
+    .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
     headerbar > GtkBox > separator.vertical:backdrop {
       border-image: linear-gradient(to bottom, rgba(31, 34, 34, 0.5)) 0 1/1px 1px; }
   .selection-mode.titlebar:not(headerbar),
index 779891171b7674b86a58caa6bf591a79a9ccc2d6..cf138144d3ab5dc49ca1611e9a6b2e20e68a86b2 100644 (file)
@@ -1629,13 +1629,11 @@ headerbar {
     font-size: smaller;
     padding-left: 12px;
     padding-right: 12px; }
-  .titlebar:not(headerbar) .header-bar-separator, .titlebar:not(headerbar) > GtkBox > separator.vertical,
-  headerbar .header-bar-separator,
+  .titlebar:not(headerbar) > GtkBox > separator.vertical,
   headerbar > GtkBox > separator.vertical {
     border-width: 0 1px;
     border-image: linear-gradient(to bottom, rgba(157, 157, 153, 0), #9d9d99 30%, #9d9d99 70%, rgba(157, 157, 153, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar:not(headerbar) .header-bar-separator:backdrop, .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
-    headerbar .header-bar-separator:backdrop,
+    .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
     headerbar > GtkBox > separator.vertical:backdrop {
       border-image: linear-gradient(to bottom, rgba(165, 165, 161, 0.5)) 0 1/1px 1px; }
   .selection-mode.titlebar:not(headerbar),